ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Keys Property

In This Topic
    Keys Property (ObservableDictionary<TKey,TValue>)
    In This Topic
    Gets an System.Collections.Generic.ICollection`1 containing the keys of the ObservableDictionary<TKey,TValue>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Keys As System.Collections.Generic.ICollection(Of TKey)
    public System.Collections.Generic.ICollection<TKey> Keys {get;}
    See Also